home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Open Stack / Circulation Help / background_2793.txt < prev    next >
Encoding:
Text File  |  1987-12-04  |  9.2 KB  |  438 lines

  1. -- background: 2793 from stack: in
  2. -- bmap block id: 3143
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 00
  10. -- high flags: 4007
  11. -- rect: left=123 top=133 right=225 bottom=365
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 256
  18. -- line height: 13
  19. -- part name: Circ Field
  20. ----- HyperTalk script -----
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. -- part 1 (field)
  30. -- low flags: 00
  31. -- high flags: 0002
  32. -- rect: left=124 top=40 right=104 bottom=176
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 2
  37. -- text size: 12
  38. -- style flags: 256
  39. -- line height: 16
  40. -- part name: Call number
  41. ----- HyperTalk script -----
  42. on closeField
  43.   global fieldList
  44.   put word 3 of name of me into tempName
  45.   if not(fieldList contains tempName) then
  46.     put (word 3 of name of me) & "," after fieldList
  47.   end if
  48. end closeField
  49.  
  50.  
  51. -- part 2 (field)
  52. -- low flags: 00
  53. -- high flags: 0002
  54. -- rect: left=176 top=40 right=71 bottom=364
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 0
  58. -- font id: 2
  59. -- text size: 12
  60. -- style flags: 256
  61. -- line height: 16
  62. -- part name: Author
  63. ----- HyperTalk script -----
  64. on closeField
  65.   global fieldList
  66.   put word 3 of name of me into tempName
  67.   if not(fieldList contains tempName) then
  68.     put (word 3 of name of me) & "," after fieldList
  69.   end if
  70. end closeField
  71.  
  72.  
  73. -- part 5 (button)
  74. -- low flags: 00
  75. -- high flags: 8003
  76. -- rect: left=386 top=305 right=327 bottom=509
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: Catalog Screen
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   answer "This takes you to the Cataloging Screen"
  88. end mouseUp
  89.  
  90.  
  91. -- part 6 (button)
  92. -- low flags: 00
  93. -- high flags: 8003
  94. -- rect: left=260 top=304 right=327 bottom=385
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: Acquisition Screen
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   answer "This takes you to the Acquisitions Screen"
  106. end mouseUp
  107.  
  108.  
  109. -- part 7 (button)
  110. -- low flags: 00
  111. -- high flags: 8003
  112. -- rect: left=104 top=306 right=327 bottom=203
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Overdue Card
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   answer "This takes to the Overdue Card"
  124. end mouseUp
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. -- part 8 (button)
  132. -- low flags: 00
  133. -- high flags: 8003
  134. -- rect: left=5 top=306 right=327 bottom=102
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Patron Card
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   answer "This takes you to the Patron Card"
  146. end mouseUp
  147.  
  148.  
  149.  
  150. -- part 9 (field)
  151. -- low flags: 00
  152. -- high flags: 0002
  153. -- rect: left=176 top=71 right=119 bottom=365
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 2
  158. -- text size: 12
  159. -- style flags: 256
  160. -- line height: 16
  161. -- part name: title
  162. ----- HyperTalk script -----
  163. on closeField
  164.   global fieldList
  165.   put word 3 of name of me into tempName
  166.   if not(fieldList contains tempName) then
  167.     put (word 3 of name of me) & "," after fieldList
  168.   end if
  169. end closeField
  170.  
  171.  
  172. -- part 13 (button)
  173. -- low flags: 00
  174. -- high flags: 0000
  175. -- rect: left=233 top=304 right=327 bottom=258
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 27009 / 27009
  178. -- text alignment: 1
  179. -- font id: 0
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: Next
  184. ----- HyperTalk script -----
  185. on mouseUp
  186.   answer, "This takes you to the next card"
  187. end mouseUp
  188.  
  189.  
  190.  
  191. -- part 14 (button)
  192. -- low flags: 00
  193. -- high flags: 0000
  194. -- rect: left=205 top=304 right=327 bottom=231
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 9301 / 9301
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Prev
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   answer "This takes you to the previous card"
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part 15 (field)
  211. -- low flags: 00
  212. -- high flags: 0002
  213. -- rect: left=124 top=103 right=119 bottom=176
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 2
  218. -- text size: 12
  219. -- style flags: 256
  220. -- line height: 16
  221. -- part name: Book Number
  222. ----- HyperTalk script -----
  223. on closeField
  224.   global fieldList,bookNumber,tentativeBook
  225.   if tentativeBook is true then
  226.     put field "Book Number" into bookNumber
  227.   else
  228.  
  229.     put word 3 of name of me into tempName
  230.     if not(fieldList contains tempName) then
  231.       put (word 3 of name of me) & "," after fieldList
  232.     end if
  233.   end if
  234. end closeField
  235.  
  236.  
  237. -- part 21 (button)
  238. -- low flags: 00
  239. -- high flags: 8003
  240. -- rect: left=25 top=170 right=194 bottom=90
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 1
  244. -- font id: 0
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: Sort
  249. ----- HyperTalk script -----
  250. on mouseUp
  251.   answer "This lets you sort on any field"
  252. end mouseUp
  253.  
  254.  
  255.  
  256. -- part 27 (button)
  257. -- low flags: 00
  258. -- high flags: 8003
  259. -- rect: left=7 top=140 right=162 bottom=107
  260. -- title width / last selected line: 0
  261. -- icon id / first selected line: 0 / 0
  262. -- text alignment: 1
  263. -- font id: 0
  264. -- text size: 12
  265. -- style flags: 0
  266. -- line height: 16
  267. -- part name: Check Out
  268. ----- HyperTalk script -----
  269. on mouseUp
  270.   answer "Click here to check in the book"
  271. end mouseUp
  272.  
  273.  
  274.  
  275. -- part 45 (field)
  276. -- low flags: 00
  277. -- high flags: 0002
  278. -- rect: left=424 top=235 right=250 bottom=469
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 0 / 0
  281. -- text alignment: 0
  282. -- font id: 20
  283. -- text size: 12
  284. -- style flags: 256
  285. -- line height: 16
  286. -- part name: Check Out
  287. ----- HyperTalk script -----
  288. on closeField
  289.   global fieldList
  290.   put word 3 of name of me into tempName
  291.   if not(fieldList contains tempName) then
  292.     put (word 3 of name of me) & "," after fieldList
  293.   end if
  294. end closeField
  295.  
  296.  
  297. -- part 46 (field)
  298. -- low flags: 00
  299. -- high flags: 0007
  300. -- rect: left=378 top=117 right=213 bottom=496
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 0
  304. -- font id: 3
  305. -- text size: 12
  306. -- style flags: 0
  307. -- line height: 16
  308. -- part name: Reserve Field
  309. ----- HyperTalk script -----
  310. on closeField
  311.   global fieldList
  312.   put word 3 of name of me into tempName
  313.   if not(fieldList contains tempName) then
  314.     put (word 3 of name of me) & "," after fieldList
  315.   end if
  316. end closeField
  317.  
  318.  
  319. -- part 48 (field)
  320. -- low flags: 01
  321. -- high flags: 0002
  322. -- rect: left=12 top=109 right=125 bottom=101
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 0
  326. -- font id: 3
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: Today's Date
  331.  
  332.  
  333. -- part 50 (field)
  334. -- low flags: 80
  335. -- high flags: 0000
  336. -- rect: left=377 top=51 right=77 bottom=474
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 0 / 0
  339. -- text alignment: 0
  340. -- font id: 3
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: Returned
  345.  
  346.  
  347. -- part 51 (field)
  348. -- low flags: 80
  349. -- high flags: 0000
  350. -- rect: left=379 top=86 right=111 bottom=477
  351. -- title width / last selected line: 0
  352. -- icon id / first selected line: 0 / 0
  353. -- text alignment: 0
  354. -- font id: 3
  355. -- text size: 12
  356. -- style flags: 0
  357. -- line height: 16
  358. -- part name: Reserved
  359.  
  360.  
  361. -- part 52 (button)
  362. -- low flags: 00
  363. -- high flags: E005
  364. -- rect: left=388 top=57 right=78 bottom=483
  365. -- title width / last selected line: 0
  366. -- icon id / first selected line: 0 / 0
  367. -- text alignment: 1
  368. -- font id: 0
  369. -- text size: 12
  370. -- style flags: 0
  371. -- line height: 16
  372. -- part name: Reserved
  373. ----- HyperTalk script -----
  374. on mouseUp
  375.   answer "Click here to put the book on reserve"
  376. end mouseUp
  377.  
  378.  
  379.  
  380. -- part 53 (button)
  381. -- low flags: 00
  382. -- high flags: A005
  383. -- rect: left=388 top=34 right=58 bottom=483
  384. -- title width / last selected line: 0
  385. -- icon id / first selected line: 0 / 0
  386. -- text alignment: 1
  387. -- font id: 0
  388. -- text size: 12
  389. -- style flags: 0
  390. -- line height: 16
  391. -- part name: Returned
  392. ----- HyperTalk script -----
  393. on mouseUp
  394.   answer "Click here when the book is returned"
  395. end mouseUp
  396.  
  397.  
  398.  
  399. -- part 54 (field)
  400. -- low flags: 80
  401. -- high flags: 0000
  402. -- rect: left=156 top=120 right=205 bottom=356
  403. -- title width / last selected line: 0
  404. -- icon id / first selected line: 0 / 0
  405. -- text alignment: 0
  406. -- font id: 3
  407. -- text size: 12
  408. -- style flags: 0
  409. -- line height: 16
  410. -- part name: Patron Number
  411. ----- HyperTalk script -----
  412. on closeField
  413.   global fieldList
  414.   put word 3 of name of me into tempName
  415.   if not(fieldList contains tempName) then
  416.     put (word 3 of name of me) & "," after fieldList
  417.   end if
  418. end closeField
  419.  
  420.  
  421. -- part 55 (button)
  422. -- low flags: 00
  423. -- high flags: 8003
  424. -- rect: left=36 top=202 right=223 bottom=77
  425. -- title width / last selected line: 0
  426. -- icon id / first selected line: 0 / 0
  427. -- text alignment: 1
  428. -- font id: 0
  429. -- text size: 12
  430. -- style flags: 0
  431. -- line height: 16
  432. -- part name: Help!
  433. ----- HyperTalk script -----
  434. on mouseUp
  435.   go to stack "Circulation Help"
  436. end mouseUp
  437.  
  438.